projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52627e7
)
(Fset_default): Make argument names match their use in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 16 May 2004 00:54:25 +0000
(
00:54
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 16 May 2004 00:54:25 +0000
(
00:54
+0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 992aac664761c0ca124079ca221e2fd43a6a77ff..5a1a648dcb7cd32fad967c8fcd53d8915e3c94b8 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-1407,7
+1407,7
@@
local bindings in certain buffers. */)
}
DEFUN ("set-default", Fset_default, Sset_default, 2, 2, 0,
- doc: /* Set SYMBOL's default value to VAL
. SYMBOL and VAL
are evaluated.
+ doc: /* Set SYMBOL's default value to VAL
UE. SYMBOL and VALUE
are evaluated.
The default value is seen in buffers that do not have their own values
for this variable. */)
(symbol, value)